convert physical path to virtual path in c#

90

convert relative path to physical path c# -

String RelativePath = AbsolutePath.Replace(Request.ServerVariables["APPL_PHYSICAL_PATH"], String.Empty);

Comments

Submit
0 Comments